Get ASCII Character
Command Prototype
sRet = Chr(iAsc)
Command Description
Get the character of a specified ASCII code
Parameter Description
- Required Parameter
- iAsc--The ASCII code to be converted to a character
- return
- sRet--The variable used to save the output of the function call